home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Basics / card_17575.txt < prev    next >
Text File  |  1989-06-19  |  941b  |  44 lines

  1. -- card: 17575 from stack: in
  2. -- bmap block id: 60253
  3. -- flags: 0000
  4. -- background id: 34247
  5. -- name: List A Directory
  6.  
  7.  
  8. -- part contents for background part 7
  9. ----- text -----
  10. List A Directory
  11.  
  12. -- part contents for background part 8
  13. ----- text -----
  14. The ls* command will list the contents of a directory.  The listing will contain the names of files and subdirectories.   Specify the absolute or relative pathname of any directory on the system.  If you want to distinguish subdirectories from files, use the -F option.  A backslash will appear after the names of subdirectories.
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. -- part contents for background part 28
  23. ----- text -----
  24. $ ls  /usr/projectX
  25. letter-john
  26. proposal
  27. reports
  28. $ ls -F /usr/projectX
  29. letter-john
  30. proposal
  31. reports/
  32.  
  33.  
  34. -- part contents for background part 9
  35. ----- text -----
  36. 7 of 46
  37.  
  38. -- part contents for background part 29
  39. ----- text -----
  40. ls
  41.  
  42. -- part contents for background part 21
  43. ----- text -----
  44. Directory